home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / jaq / Makefile < prev    next >
Makefile  |  1992-09-10  |  945b  |  42 lines

  1. #
  2. # Prototype makefile for libraries.
  3. #
  4. # This Makefile is automatically generated.
  5. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  6. #
  7. # Generated from /sprite/lib/mkmf/Makefile.library
  8. # Thu Sep 10 18:47:23 PDT 1992
  9. #
  10. # For more information, refer to the mkmf manual page.
  11. #
  12. # $Header: /sprite/lib/mkmf/RCS/Makefile.library,v 1.16 92/06/10 13:04:33 jhh Exp $ SPRITE (Berkeley)
  13. #
  14. # Allow mkmf
  15.  
  16. ALLSRCS        = admin.c dev.c hash.c indx.c lock.c mem.c option.c queue.c regexp.c sock.c str.c tbuf.c tlog.c ttime.c utils.c
  17. LINTSRCS    = 
  18. MACHINES    = ds3100 sun3 sun4
  19. MAKEFILE    = Makefile
  20. MANPAGES    = 
  21. NAME        = jaq
  22. PUBHDRS        = jaquith.h
  23. SYSMAKEFILE    = library.mk
  24. TYPE        = sprite
  25. DISTDIR        ?= /dist/sprite/src/lib/jaq
  26. #include    <settm.mk>
  27.  
  28.  
  29. #if exists($(TM).md/md.mk)
  30. #include    "$(TM).md/md.mk"
  31. #endif
  32.  
  33. #if exists(local.mk)
  34. #include    "local.mk"
  35. #else
  36. #include    <$(SYSMAKEFILE)>
  37. #endif
  38.  
  39. #if exists($(TM).md/dependencies.mk)
  40. #include    "$(TM).md/dependencies.mk"
  41. #endif
  42.